home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld: Complete Mac Interactive
/
Macworld Complete Mac Interactive CD)(1994).iso
/
Software
/
Graphsoft
/
Arch Demo
/
Core.sit
/
MiniCad 5 Demo.rsrc
/
STR#_7025.txt
< prev
next >
Wrap
Text File
|
1994-04-15
|
557b
|
21 lines
Pauses until the user presses a keyboard key.
GetKeyDown(VAR aCode : INTEGER);
Draws a line from a fixed point specified by x1, y1 to a mouse defined point. x2, y2 are not returned until the mouse is clicked
GetPtL(x1, y1 : REAL; VAR x2, y2 : REAL);
Returns x, y coordinates by using the mouse. x, y are not returned until the mouse is clicked.
GetPt(VAR x, y : REAL);
Allows the user to create a line using the mouse.
GetLine(VAR x1, y1, x2, y2 : REAL);
Allows the user to create a rectangle using the mouse.
GetRect(VAR x1, y1, x2, y2 : REAL);